home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / gawk 2.11.1r3 / Gawk.Help < prev    next >
Encoding:
Text File  |  1991-05-14  |  837 b   |  15 lines  |  [TEXT/MPS ]

  1. -
  2. Gawk           # pattern scanning and processing language
  3. Gawk [option…] [-f program-file…] [ -- ] file… < file > output ≥ errors
  4. Gawk [option…] [ -- ] program-text file… < file > output ≥ errors
  5.      -Ffs                   # use fs for the input field separator
  6.      -v var=val             # assign the value val, to the variable var
  7.      -f program-file        # read AWK program source from file
  8.      -a                     # use AWK style regular expressions
  9.      -e                     # use egrep(1) style regular expressions
  10.      -m                     # Use MPW style regular expressions
  11.      -c                     # run in compatibility mode
  12.      -C                     # print short version of the GNU copyright
  13.      -V                     # print version information
  14.      --                     # signal the end of options
  15.